home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / pirate.dxr / 00148.ls < prev    next >
Encoding:
Text File  |  1997-05-24  |  103 b   |  9 lines

  1. on mouseUp
  2.   global key
  3.   if key = 0 then
  4.     go("PILLOW")
  5.   else
  6.     go("PILLOW NO KEY")
  7.   end if
  8. end
  9.